Skip to content

fix(state): correct composer "conflicts" key to "conflict"#8400

Merged
soyuka merged 1 commit into
api-platform:4.4from
soyuka:fix/state-composer-conflict-key
Jul 12, 2026
Merged

fix(state): correct composer "conflicts" key to "conflict"#8400
soyuka merged 1 commit into
api-platform:4.4from
soyuka:fix/state-composer-conflict-key

Conversation

@soyuka

@soyuka soyuka commented Jul 12, 2026

Copy link
Copy Markdown
Member

The api-platform/state composer.json used the key "conflicts" (plural). Composer only recognises the singular "conflict", so the block was silently ignored and the symfony/object-mapper: <7.3.4 exclusion was never actually enforced.

Renamed to "conflict" so the exclusion applies. No dependency change otherwise.

Targets 4.4; propagates to main via the normal up-merge. (main carries the same typo.)

Composer expects the singular "conflict" key; the plural was silently
ignored, so the symfony/object-mapper <7.3.4 exclusion was never enforced.
@soyuka soyuka merged commit f8c2172 into api-platform:4.4 Jul 12, 2026
94 of 97 checks passed
@soyuka soyuka mentioned this pull request Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant